AssetStringProperty

data class AssetStringProperty(val property: String, val value: String, val defaultValue: String) : AssetProperty

A class that represents a string asset property.

Parameters

property

the name of the property.

value

the current value of the property.

defaultValue

the default value of the property if it is not set.

Constructors

Link copied to clipboard
constructor(property: String, value: String, defaultValue: String)

Properties

Link copied to clipboard
Link copied to clipboard
open override val property: String
Link copied to clipboard